Esx Settings Clusters Policies Apply Effective FailureAction

Esx Settings Clusters Policies Apply Effective FailureAction
Esx Settings Clusters Policies Apply Effective FailureAction

The Esx Settings Clusters Policies Apply Effective FailureAction schema contains properties that describe the actions to be taken when entering maintenance mode fails on a single host within the cluster.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "action": "string",
    "retry_delay": 0,
    "retry_count": 0
}
string
action
Required

What action (Action) is to be taken if entering maintenance mode fails on a single host within the cluster.

For more information see: Esx Settings Clusters Policies Apply Effective FailureAction Action.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
retry_delay
Optional

Time to wait to retry the failed operation in seconds.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of action is Esx Settings Clusters Policies Apply Effective FailureAction Action.RETRY.

integer As int64 As int64
retry_count
Optional

Number of times to retry the failed operation.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of action is Esx Settings Clusters Policies Apply Effective FailureAction Action.RETRY.